From 001a458fc62664f9d67fb99b9955d36ed325d706 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 5 Apr 2016 10:05:15 -0400 Subject: [PATCH] Fix docstring typo --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 8c8b3dfb25f..891deaaa824 100644 --- a/which-key.el +++ b/which-key.el @@ -760,7 +760,7 @@ to `which-key-prefix-title-alist'." ;;;###autoload (defun which-key-declare-prefixes-for-mode (mode key-sequence name &rest more) - "Functions like `which-key-declare-prefix-names'. + "Functions like `which-key-declare-prefixes'. The difference is that MODE specifies the `major-mode' that must be active for KEY-SEQUENCE and NAME (MORE contains addition KEY-SEQUENCE NAME pairs) to apply." -- 2.30.2